home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / GRIDS / STRGRDEX / UNIT1.DFM / UNIT1.txt
Text File  |  1996-10-22  |  2KB  |  81 lines

  1. object frmMain: TfrmMain
  2.   Left = 195
  3.   Top = 111
  4.   AutoScroll = False
  5.   Caption = 'Demo TStringGridEx'
  6.   ClientHeight = 346
  7.   ClientWidth = 526
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object cmdGetStatus: TButton
  16.     Left = 400
  17.     Top = 8
  18.     Width = 121
  19.     Height = 49
  20.     Caption = 'Get Selected Status'
  21.     TabOrder = 0
  22.     OnClick = cmdGetStatusClick
  23.   end
  24.   object cmdSelect: TButton
  25.     Left = 400
  26.     Top = 64
  27.     Width = 121
  28.     Height = 49
  29.     Caption = 'Select 1st Row '
  30.     TabOrder = 1
  31.     OnClick = cmdSelectClick
  32.   end
  33.   object cmdUnselect: TButton
  34.     Left = 400
  35.     Top = 120
  36.     Width = 121
  37.     Height = 49
  38.     Caption = 'Un-select 1st Row '
  39.     TabOrder = 2
  40.     OnClick = cmdUnselectClick
  41.   end
  42.   object cmdShowSelectCount: TButton
  43.     Left = 399
  44.     Top = 176
  45.     Width = 121
  46.     Height = 49
  47.     Caption = 'Selected Rows Count'
  48.     TabOrder = 3
  49.     OnClick = cmdShowSelectCountClick
  50.   end
  51.   object cmdRefresh: TButton
  52.     Left = 399
  53.     Top = 232
  54.     Width = 121
  55.     Height = 49
  56.     Caption = 'Refresh'
  57.     TabOrder = 4
  58.     OnClick = cmdRefreshClick
  59.   end
  60.   object cmdExit: TButton
  61.     Left = 400
  62.     Top = 288
  63.     Width = 121
  64.     Height = 49
  65.     Cancel = True
  66.     Caption = 'Exit'
  67.     TabOrder = 5
  68.     OnClick = cmdExitClick
  69.   end
  70.   object gridDemo: TStringGridEx
  71.     Left = 16
  72.     Top = 24
  73.     Width = 353
  74.     Height = 305
  75.     ColCount = 30
  76.     CTL3D = True
  77.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowSelect]
  78.     TabOrder = 6
  79.   end
  80. end
  81.